Home
last modified time | relevance | path

Searched refs:ADD_ADDR (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/networking/
H A Dmptcp-sysctl.rst19 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 Dethertap_user.c31 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 Dqat_uclo.c1210 #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 Dionic_rx_filter.c265 if (mode == ADD_ADDR && !f) { in ionic_lif_list_addr()
283 } else if (mode == ADD_ADDR && f) { in ionic_lif_list_addr()
H A Dionic_lif.h17 #define ADD_ADDR true macro
H A Dionic_lif.c1340 return ionic_lif_list_addr(netdev_priv(netdev), addr, ADD_ADDR); in ionic_addr_add()