Searched defs:cmp (Results 1 - 8 of 8) sorted by relevance

/net/sched/
H A Dem_cmp.c20 static inline int cmp_needs_transformation(struct tcf_em_cmp *cmp) argument
22 return unlikely(cmp->flags & TCF_EM_CMP_TRANS);
28 struct tcf_em_cmp *cmp = (struct tcf_em_cmp *) em->data; local
29 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off;
32 if (!tcf_valid_offset(skb, ptr, cmp->align))
35 switch (cmp->align) {
43 if (cmp_needs_transformation(cmp))
53 if (cmp_needs_transformation(cmp))
61 if (cmp
[all...]
/net/rds/
H A Dbind.c56 u64 cmp; local
61 cmp = ((u64)be32_to_cpu(rs->rs_bound_addr) << 32) |
64 if (cmp == needle) {
/net/bridge/netfilter/
H A Debt_among.c28 uint32_t cmp[2] = { 0, 0 }; local
31 ether_addr_copy(((char *) cmp) + 2, mac);
37 if (cmp[1] == p->cmp[1] && cmp[0] == p->cmp[0])
44 if (cmp[1] == p->cmp[1] && cmp[0] == p->cmp[
[all...]
/net/ipv4/
H A Dinetpeer.c191 int cmp = addr_compare(_daddr, &u->daddr); \
192 if (cmp == 0) \
194 if (cmp == -1) \
218 int cmp = addr_compare(daddr, &u->daddr); local
219 if (cmp == 0) {
227 if (cmp == -1)
/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c178 __le32 cmp, val; local
191 cmp = sh->checksum;
194 if (val != cmp) {
/net/sctp/
H A Dauth.c300 int cmp; local
334 cmp = sctp_auth_compare_vectors(local_key_vector,
336 if (cmp < 0) {
H A Dinput.c82 __le32 cmp = sh->checksum; local
85 if (val != cmp) {
/net/wireless/
H A Dscan.c579 int cmp; local
585 cmp = cmp_bss(&bss->pub, &tbss->pub, BSS_CMP_REGULAR);
587 if (WARN_ON(!cmp)) {
592 if (cmp < 0)

Completed in 175 milliseconds