Searched refs:ip_family (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
H A D | chcr_ktls.c | 287 if (tx_info->ip_family == AF_INET) { in chcr_setup_connection() 309 if (tx_info->ip_family == AF_INET6) in chcr_setup_connection() 382 if (tx_info->ip_family == AF_INET6) in chcr_ktls_dev_del() 391 tx_info->tid, tx_info->ip_family); in chcr_ktls_dev_del() 483 tx_info->ip_family = AF_INET; in chcr_ktls_dev_add() 489 tx_info->ip_family = AF_INET; in chcr_ktls_dev_add() 492 tx_info->ip_family = AF_INET6; in chcr_ktls_dev_add() 576 if (tx_info->ip_family == AF_INET6) in chcr_ktls_dev_add() 582 tx_info->tid, tx_info->ip_family); in chcr_ktls_dev_add() 678 tid, tx_info->ip_family); in chcr_ktls_cpl_act_open_rpl() [all …]
|
H A D | chcr_ktls.h | 64 u8 ip_family; member
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_map.h | 17 u16 ip_family:2; member
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 515 - r = write_string_file_at(port_fd, "addr_adrfam", af_to_ipv4_ipv6(ip_family), WRITE_STRING_… 516 + r = write_string_file_at(port_fd, "addr_adrfam", af_to_ipv4_ipv6(ip_family), 0); 530 - r = write_string_file_at(port_fd, "addr_traddr", ip_family == AF_INET6 ? "::" : "0.0.0.0",… 531 + r = write_string_file_at(port_fd, "addr_traddr", ip_family == AF_INET6 ? "::" : "0.0.0.0",…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 515 - r = write_string_file_at(port_fd, "addr_adrfam", af_to_ipv4_ipv6(ip_family), WRITE_STRING_… 516 + r = write_string_file_at(port_fd, "addr_adrfam", af_to_ipv4_ipv6(ip_family), 0); 530 - r = write_string_file_at(port_fd, "addr_traddr", ip_family == AF_INET6 ? "::" : "0.0.0.0",… 531 + r = write_string_file_at(port_fd, "addr_traddr", ip_family == AF_INET6 ? "::" : "0.0.0.0",…
|