| /linux/net/mptcp/ |
| H A D | mib.h | 43 MPTCP_MIB_ADDADDR, /* Received ADD_ADDR with echo-flag=0 */ 44 MPTCP_MIB_ADDADDRTX, /* Sent ADD_ADDR with echo-flag=0 */ 45 MPTCP_MIB_ADDADDRTXDROP, /* ADD_ADDR with echo-flag=0 not send due to 48 MPTCP_MIB_ECHOADD, /* Received ADD_ADDR with echo-flag=1 */ 49 MPTCP_MIB_ECHOADDTX, /* Send ADD_ADDR with echo-flag=1 */ 50 MPTCP_MIB_ECHOADDTXDROP, /* ADD_ADDR with echo-flag=1 not send due 53 MPTCP_MIB_PORTADD, /* Received ADD_ADDR with a port-number */ 54 MPTCP_MIB_ADDADDRDROP, /* Dropped incoming ADD_ADDR */
|
| H A D | pm.c | 194 (mptcp_pm_should_add_signal(msk) ? "add_addr" : "rm_addr")); in __mptcp_pm_send_ack() 324 pr_debug("retransmit ADD_ADDR id=%d\n", entry->addr.id); in mptcp_pm_add_timer() 434 u8 add_addr = READ_ONCE(msk->pm.addr_signal); in mptcp_pm_announce_addr() local 440 if (add_addr & in mptcp_pm_announce_addr() 449 add_addr |= BIT(MPTCP_ADD_ADDR_ECHO); in mptcp_pm_announce_addr() 452 add_addr |= BIT(MPTCP_ADD_ADDR_SIGNAL); in mptcp_pm_announce_addr() 454 WRITE_ONCE(msk->pm.addr_signal, add_addr); in mptcp_pm_announce_addr() 833 u8 add_addr; in mptcp_pm_add_addr_signal() 843 /* always drop every other options for pure ack ADD_ADDR; this is a in mptcp_pm_add_addr_signal() 861 add_addr in mptcp_pm_add_addr_signal() 831 u8 add_addr; mptcp_pm_add_addr_signal() local [all...] |
| H A D | pm_kernel.c | 214 * already created by incoming ADD_ADDR in fill_remote_addresses_fullmesh() 624 /* Special case: peer sets the C flag, accept one ADD_ADDR if default in fill_local_addresses_vec() 625 * limits are used -- accepting no ADD_ADDR -- and use subflow endpoints in fill_local_addresses_vec()
|
| H A D | options.c | 290 pr_debug("ADD_ADDR%s: id=%d, ahmac=%llu, echo=%d, port=%d\n", in mptcp_parse_option() 686 * to avoid appending the hmac even for ADD_ADDR echo in mptcp_established_options_add_addr() 971 * additional ack, including ADD_ADDR. in check_fully_established()
|
| H A D | protocol.h | 105 /* MPTCP ADD_ADDR flags */
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_clash.sh | 71 add_addr() function 146 add_addr "$nsclient1" veth0 1 1 147 add_addr "$nsclient2" veth0 2 1 148 add_addr "$nsrouter" veth0 1 99 149 add_addr "$nsrouter" veth1 2 99
|
| H A D | conntrack_icmp_related.sh | 34 add_addr() function 78 add_addr "$nsclient1" $DEV 1 79 add_addr "$nsclient2" $DEV 2
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | userspace_pm.sh | 321 # ADD_ADDR using an invalid token should result in no action 328 print_test "ADD_ADDR 10.0.2.2 (ns2) => ns1, invalid token" 336 # ADD_ADDR from the client to server machine reusing the subflow port 341 print_test "ADD_ADDR id:client 10.0.2.2 (ns2) => ns1, reuse port" 355 # ADD_ADDR from the client to server machine using a new port 360 print_test "ADD_ADDR id:client+1 10.0.2.2 (ns2) => ns1, new port" 368 # ADD_ADDR from the server to client machine reusing the subflow port 371 print_test "ADD_ADDR id:server 10.0.2.1 (ns1) => ns2, reuse port" 385 # ADD_ADDR from the server to client machine using a new port 390 print_test "ADD_ADDR i [all...] |
| H A D | mptcp_join.sh | 1709 # Tolerate more ADD_ADDR then expected (if any), due to retransmissions 1712 fail_test "got $count ADD_ADDR[s] expected $add_nr" 1722 fail_test "got $count ADD_ADDR echo[s] expected $echo_nr" 1733 fail_test "got $count ADD_ADDR[s] with a port-number expected $port_nr" 1805 # Tolerate more ADD_ADDR then expected (if any), due to retransmissions 1808 fail_test "got $count ADD_ADDR[s] TX, expected $add_tx_nr" 1818 fail_test "got $count ADD_ADDR echo[s] TX, expected $echo_tx_nr" 2237 # accept and use add_addr 2247 # accept and use add_addr with an additional subflow 2250 # used for 'add_addr' subflow [all …]
|
| H A D | pm_nl_ctl.c | 769 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr() function 1541 return add_addr(fd, pm_family, argc, argv); in main()
|
| /linux/include/uapi/linux/ |
| H A D | mptcp_pm.h | 17 * good time to allocate memory and send ADD_ADDR if needed. Depending on the
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | netcp.h | 204 int (*add_addr)(void *intf_priv, struct netcp_addr *naddr); member
|
| H A D | netcp_core.c | 1489 if (!module->add_addr) in netcp_addr_sweep_add() 1491 error = module->add_addr(priv->module_priv, naddr); in netcp_addr_sweep_add()
|
| H A D | netcp_ethss.c | 3826 .add_addr = gbe_add_addr, 3845 .add_addr = gbe_add_addr,
|
| /linux/Documentation/networking/ |
| H A D | mptcp.rst | 60 and the server side that announces additional addresses via the ``ADD_ADDR`` and
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_uclo.c | 1230 #define ADD_ADDR(high, low) ((((u64)high) << 32) + low) macro 1240 bus_addr = ADD_ADDR(desc->css_hdr_high, desc->css_hdr_low) in qat_uclo_auth_fw() 1466 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_build_auth_desc_RSA() 1484 bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, in qat_uclo_build_auth_desc_RSA() 1494 bus_addr = ADD_ADDR(auth_desc->signature_high, in qat_uclo_build_auth_desc_RSA() 1515 bus_addr = ADD_ADDR(auth_desc->img_ae_mode_data_high, in qat_uclo_build_auth_desc_RSA()
|
| /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()
|
| /linux/Documentation/netlink/specs/ |
| H A D | mptcp_pm.yaml | 27 allocate memory and send ADD_ADDR if needed. Depending on the
|
| /linux/arch/parisc/kernel/ |
| H A D | drivers.c | 972 pr_cont("\t\t.add_addr = { HPA_%08lx_add_addr } },\\\n", hpa); in qemu_print_hpa()
|