Searched refs:ADD_ADDR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/networking/ |
H A D | mptcp-sysctl.rst | 19 Set the timeout after which an ADD_ADDR control message will be 21 ADD_ADDR message. 42 Joins to addresses advertised with ADD_ADDR are not affected by this
|
/openbmc/linux/arch/um/os-Linux/drivers/ |
H A D | ethertap_user.c | 31 enum { ADD_ADDR, DEL_ADDR } what; enumerator 67 etap_change(ADD_ADDR, addr, netmask, *((int *) arg)); in etap_open_addr()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_uclo.c | 1210 #define ADD_ADDR(high, low) ((((u64)high) << 32) + low) macro 1221 bus_addr = ADD_ADDR(desc->css_hdr_high, desc->css_hdr_low) in qat_uclo_auth_fw() 1449 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_map_auth_fw() 1471 bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, in qat_uclo_map_auth_fw() 1484 bus_addr = ADD_ADDR(auth_desc->signature_high, in qat_uclo_map_auth_fw() 1501 bus_addr = ADD_ADDR(auth_desc->img_ae_mode_data_high, in qat_uclo_map_auth_fw()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_rx_filter.c | 265 if (mode == ADD_ADDR && !f) { in ionic_lif_list_addr() 283 } else if (mode == ADD_ADDR && f) { in ionic_lif_list_addr()
|
H A D | ionic_lif.h | 17 #define ADD_ADDR true macro
|
H A D | ionic_lif.c | 1340 return ionic_lif_list_addr(netdev_priv(netdev), addr, ADD_ADDR); in ionic_addr_add()
|