/kernel/linux/linux-6.6/net/mptcp/ |
H A D | pm.c | 21 u8 add_addr = READ_ONCE(msk->pm.addr_signal); in mptcp_pm_announce_addr() local 27 if (add_addr & in mptcp_pm_announce_addr() 36 add_addr |= BIT(MPTCP_ADD_ADDR_ECHO); in mptcp_pm_announce_addr() 39 add_addr |= BIT(MPTCP_ADD_ADDR_SIGNAL); in mptcp_pm_announce_addr() 41 WRITE_ONCE(msk->pm.addr_signal, add_addr); in mptcp_pm_announce_addr() 338 u8 add_addr; in mptcp_pm_add_addr_signal() local 366 add_addr = msk->pm.addr_signal & ~BIT(MPTCP_ADD_ADDR_ECHO); in mptcp_pm_add_addr_signal() 369 add_addr = msk->pm.addr_signal & ~BIT(MPTCP_ADD_ADDR_SIGNAL); in mptcp_pm_add_addr_signal() 371 WRITE_ONCE(msk->pm.addr_signal, add_addr); in mptcp_pm_add_addr_signal()
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | options.c | 243 mp_opt->add_addr = 1; in mptcp_parse_option() 298 mp_opt->add_addr = 0; in mptcp_get_options() 899 if (mp_opt.add_addr && add_addr_hmac_valid(msk, &mp_opt)) { in mptcp_incoming_options() 921 mp_opt.add_addr = 0; in mptcp_incoming_options()
|
H A D | protocol.h | 105 add_addr : 1, member
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_addrconf.c | 193 char add_addr[NIP_ADDR_BIT_LEN_MAX] = {0}; in nip_add_addr() local 195 nip_addr_to_str(addr, add_addr, NIP_ADDR_BIT_LEN_MAX); in nip_add_addr() 197 idev->dev->name, idev->dev->ifindex, add_addr, in nip_add_addr()
|
/kernel/linux/linux-5.10/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 | 1490 if (!module->add_addr) in netcp_addr_sweep_add() 1492 error = module->add_addr(priv->module_priv, naddr); in netcp_addr_sweep_add()
|
H A D | netcp_ethss.c | 3833 .add_addr = gbe_add_addr, 3850 .add_addr = gbe_add_addr,
|
/kernel/linux/linux-6.6/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 | 3827 .add_addr = gbe_add_addr, 3844 .add_addr = gbe_add_addr,
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 172 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr() function 601 return add_addr(fd, pm_family, argc, argv); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 753 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr() function 1487 return add_addr(fd, pm_family, argc, argv); in main()
|
H A D | mptcp_join.sh | 2075 # accept and use add_addr 2085 # accept and use add_addr with an additional subflow 2088 # used for 'add_addr' subflow 2099 # accept and use add_addr with additional subflows 2169 # accept and use add_addr with additional subflows and link loss 2190 # accept and use add_addr with additional subflows and link loss 2256 # add_addr timeout 2268 # add_addr timeout IPv6 3014 # accept and use add_addr with additional subflows 3348 # userspace pm type prevents add_addr [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 3092 static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr, in add_addr() function 3144 add_addr(idev, &addr, plen, scope); in sit_add_v4_addrs() 3167 add_addr(idev, &addr, plen, flag); in sit_add_v4_addrs() 3190 add_addr(idev, &in6addr_loopback, 128, IFA_HOST); in init_loopback()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 3140 static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr, in add_addr() function 3196 add_addr(idev, &addr, plen, scope, IFAPROT_UNSPEC); in add_v4_addrs() 3219 add_addr(idev, &addr, plen, flag, in add_v4_addrs() 3243 add_addr(idev, &in6addr_loopback, 128, IFA_HOST, IFAPROT_KERNEL_LO); in init_loopback()
|