Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 5 of 5) sorted by relevance

/net/netfilter/
Dnf_conntrack_expect.c431 static inline int __nf_ct_expect_check(struct nf_conntrack_expect *expect, in __nf_ct_expect_check() argument
437 struct nf_conn *master = expect->master; in __nf_ct_expect_check()
440 struct net *net = nf_ct_exp_net(expect); in __nf_ct_expect_check()
449 h = nf_ct_expect_dst_hash(net, &expect->tuple); in __nf_ct_expect_check()
451 if (master_matches(i, expect, flags) && in __nf_ct_expect_check()
452 expect_matches(i, expect)) { in __nf_ct_expect_check()
453 if (i->class != expect->class || in __nf_ct_expect_check()
454 i->master != expect->master) in __nf_ct_expect_check()
459 } else if (expect_clash(i, expect)) { in __nf_ct_expect_check()
468 p = &helper->expect_policy[expect->class]; in __nf_ct_expect_check()
[all …]
Dnf_nat_sip.c659 .expect = nf_nat_sip_expect,
Dnf_conntrack_sip.c1305 ret = hooks->expect(skb, protoff, dataoff, dptr, datalen, in process_register_request()
/net/tipc/
Dlink.c1474 u16 expect, seqno = 0; in __tipc_build_gap_ack_blks() local
1480 expect = buf_seqno(skb); in __tipc_build_gap_ack_blks()
1483 if (unlikely(more(seqno, expect))) { in __tipc_build_gap_ack_blks()
1484 gacks[n].ack = htons(expect - 1); in __tipc_build_gap_ack_blks()
1485 gacks[n].gap = htons(seqno - expect); in __tipc_build_gap_ack_blks()
1492 } else if (unlikely(less(seqno, expect))) { in __tipc_build_gap_ack_blks()
1496 expect = seqno + 1; in __tipc_build_gap_ack_blks()
/net/mac80211/
DKconfig119 If unsure, say N unless you expect to be finding problems