Searched refs:expect (Results 1 – 5 of 5) sorted by relevance
/net/netfilter/ |
D | nf_conntrack_expect.c | 431 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 …]
|
D | nf_nat_sip.c | 671 .expect = nf_nat_sip_expect,
|
D | nf_conntrack_sip.c | 1300 ret = hooks->expect(skb, protoff, dataoff, dptr, datalen, in process_register_request()
|
/net/tipc/ |
D | link.c | 1473 u16 expect, seqno = 0; in __tipc_build_gap_ack_blks() local 1479 expect = buf_seqno(skb); in __tipc_build_gap_ack_blks() 1482 if (unlikely(more(seqno, expect))) { in __tipc_build_gap_ack_blks() 1483 gacks[n].ack = htons(expect - 1); in __tipc_build_gap_ack_blks() 1484 gacks[n].gap = htons(seqno - expect); in __tipc_build_gap_ack_blks() 1491 } else if (unlikely(less(seqno, expect))) { in __tipc_build_gap_ack_blks() 1495 expect = seqno + 1; in __tipc_build_gap_ack_blks()
|
/net/mac80211/ |
D | Kconfig | 119 If unsure, say N unless you expect to be finding problems
|