Searched refs:ttl_check (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_osf.c | 32 int ttl_check, unsigned char f_ttl) in nf_osf_ttl() argument 39 if (ttl_check == NF_OSF_TTL_TRUE) in nf_osf_ttl() 41 if (ttl_check == NF_OSF_TTL_NOCHECK) in nf_osf_ttl() 66 int ttl_check, in nf_osf_match_one() argument 75 if (ctx->totlen != f->ss || !nf_osf_ttl(skb, ttl_check, f->ttl)) in nf_osf_match_one() 206 int fcount = 0, ttl_check; in nf_osf_match() local 218 ttl_check = (info->flags & NF_OSF_TTL) ? info->ttl : 0; in nf_osf_match() 227 if (!nf_osf_match_one(skb, f, ttl_check, &ctx)) in nf_osf_match() 263 const int ttl_check, struct nf_osf_data *data) in nf_osf_find() argument 282 if (!nf_osf_match_one(skb, f, ttl_check, &ctx)) in nf_osf_find()
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nfnetlink_osf.h | 36 const int ttl_check, struct nf_osf_data *data);
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 122 bool ttl_check; member 154 bool ttl_check; member 662 entry->l3_unicast.ttl_check)) in ofdpa_cmd_group_tbl_add_l3_unicast() 1198 __be16 vlan_id, bool ttl_check, u32 pport) in ofdpa_group_l3_unicast() argument 1212 entry->l3_unicast.ttl_check = ttl_check; in ofdpa_group_l3_unicast() 1249 const u8 *eth_dst, bool ttl_check) in ofdpa_neigh_update() argument 1253 entry->ttl_check = ttl_check; in ofdpa_neigh_update() 1292 entry->ttl_check = true; in ofdpa_port_ipv4_neigh() 1320 entry->ttl_check, in ofdpa_port_ipv4_neigh()
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker-hmp-cmds.c | 283 if (group->has_ttl_check && group->ttl_check) { in hmp_rocker_of_dpa_groups()
|
H A D | rocker_of_dpa.c | 194 uint8_t ttl_check; member 2098 group->l3_unicast.ttl_check = in of_dpa_cmd_add_l3_unicast() 2528 if (group->l3_unicast.ttl_check) { in of_dpa_group_fill() 2530 ngroup->ttl_check = group->l3_unicast.ttl_check; in of_dpa_group_fill()
|