Searched refs:ip_spec (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/bpf/
H A Dhelpers.c827 char fmt_ptype, cur_ip[16], ip_spec[] = "%pXX"; local
943 ip_spec[2] = fmt[i - 1];
944 ip_spec[3] = fmt[i];
946 ip_spec, &cur_ip);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1292 static bool bnxt_verify_ntuple_ip4_flow(struct ethtool_usrip4_spec *ip_spec, argument
1296 ip_spec->ip_ver != ETH_RX_NFC_IP4 ||
1298 (ip_spec->proto != IPPROTO_RAW && ip_spec->proto != IPPROTO_ICMP))
1303 static bool bnxt_verify_ntuple_ip6_flow(struct ethtool_usrip6_spec *ip_spec, argument
1308 (ip_spec->l4_proto != IPPROTO_RAW &&
1309 ip_spec->l4_proto != IPPROTO_ICMPV6))
1360 struct ethtool_usrip4_spec *ip_spec = &fs->h_u.usr_ip4_spec; local
1363 fkeys->basic.ip_proto = ip_spec->proto;
1365 fkeys->addrs.v4addrs.src = ip_spec
1373 struct ethtool_tcpip4_spec *ip_spec = &fs->h_u.tcp_ip4_spec; local
1391 struct ethtool_usrip6_spec *ip_spec = &fs->h_u.usr_ip6_spec; local
1404 struct ethtool_tcpip6_spec *ip_spec = &fs->h_u.tcp_ip6_spec; local
[all...]

Completed in 178 milliseconds