Searched refs:af (Results 26 - 50 of 125) sorted by relevance

12345

/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c236 ip_vs_conn_fill_param(svc->ipvs, svc->af, protocol, caddr, cport, vaddr,
279 if (svc->af == AF_INET6)
288 IP_VS_DBG_ADDR(svc->af, src_addr), ntohs(src_port),
289 IP_VS_DBG_ADDR(svc->af, dst_addr), ntohs(dst_port),
290 IP_VS_DBG_ADDR(svc->af, &snet));
371 ct = ip_vs_conn_new(&param, dest->af, &dest->addr, dport,
397 ip_vs_conn_fill_param(svc->ipvs, svc->af, iph->protocol, src_addr,
400 cp = ip_vs_conn_new(&param, dest->af, &dest->addr, dport, flags, dest,
480 IP_VS_DBG_PKT(12, svc->af, pp, skb, iph->off,
492 svc->af, sk
570 ip_vs_addr_is_unicast(struct net *net, int af, union nf_inet_addr *addr) argument
720 ip_vs_route_me_harder(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, unsigned int hooknum) argument
856 handle_response_icmp(int af, struct sk_buff *skb, union nf_inet_addr *snet, __u8 protocol, struct ip_vs_conn *cp, struct ip_vs_protocol *pp, unsigned int offset, unsigned int ihl, unsigned int hooknum) argument
1220 __ip_vs_rs_conn_out(unsigned int hooknum, struct netns_ipvs *ipvs, int af, struct sk_buff *skb, const struct ip_vs_iphdr *iph) argument
1258 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, struct ip_vs_iphdr *iph, unsigned int hooknum) argument
1337 int af = state->pf; local
1469 ip_vs_try_to_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, int *verdict, struct ip_vs_conn **cpp, struct ip_vs_iphdr *iph) argument
1504 ipvs_udp_decap(struct netns_ipvs *ipvs, struct sk_buff *skb, unsigned int offset, __u16 af, const union nf_inet_addr *daddr, __u8 *proto) argument
1539 ipvs_gre_decap(struct netns_ipvs *ipvs, struct sk_buff *skb, unsigned int offset, __u16 af, const union nf_inet_addr *daddr, __u8 *proto) argument
1917 int af = state->pf; local
2227 ip_vs_register_hooks(struct netns_ipvs *ipvs, unsigned int af) argument
2256 ip_vs_unregister_hooks(struct netns_ipvs *ipvs, unsigned int af) argument
[all...]
H A Dip_vs_proto_tcp.c32 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
35 tcp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, argument
68 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol,
71 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol,
105 tcp_fast_csum_update(int af, struct tcphdr *tcph, argument
111 if (af == AF_INET6)
126 tcp_partial_csum_update(int af, struct tcphdr *tcph, argument
132 if (af == AF_INET6)
156 if (cp->af == AF_INET6 && iph->fragoffs)
169 if (!tcp_csum_check(cp->af, sk
304 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) argument
[all...]
H A Dip_vs_mh.c89 ip_vs_mh_hashkey(int af, const union nf_inet_addr *addr, argument
96 if (af == AF_INET6)
143 ds->offset = ip_vs_mh_hashkey(svc->af, &dest->addr,
146 ds->skip = ip_vs_mh_hashkey(svc->af, &dest->addr,
238 unsigned int hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1, 0)
255 ihash = ip_vs_mh_hashkey(svc->af, addr, port,
264 IP_VS_DBG_ADDR(dest->af, &dest->addr), ntohs(dest->port));
271 hash = ip_vs_mh_hashkey(svc->af, addr, port, &s->hash1,
280 IP_VS_DBG_ADDR(dest->af, &dest->addr),
311 IP_VS_DBG_ADDR(svc->af,
[all...]
H A Dip_vs_ctl.c314 ip_vs_svc_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, argument
322 if (af == AF_INET6)
360 hash = ip_vs_svc_hashkey(svc->ipvs, svc->af, svc->protocol,
408 __ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u16 protocol, argument
415 hash = ip_vs_svc_hashkey(ipvs, af, protocol, vaddr, vport);
418 if ((svc->af == af)
419 && ip_vs_addr_equal(af, &svc->addr, vaddr)
436 __ip_vs_svc_fwm_find(struct netns_ipvs *ipvs, int af, __u32 fwmark) argument
445 if (svc->fwmark == fwmark && svc->af
457 ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u32 fwmark, __u16 protocol, const union nf_inet_addr *vaddr, __be16 vport) argument
541 ip_vs_rs_hashkey(int af, const union nf_inet_addr *addr, __be16 port) argument
611 ip_vs_has_real_service(struct netns_ipvs *ipvs, int af, __u16 protocol, const union nf_inet_addr *daddr, __be16 dport) argument
640 ip_vs_find_real_service(struct netns_ipvs *ipvs, int af, __u16 protocol, const union nf_inet_addr *daddr, __be16 dport) argument
671 ip_vs_find_tunnel(struct netns_ipvs *ipvs, int af, const union nf_inet_addr *daddr, __be16 tun_port) argument
3428 ip_vs_is_af_valid(int af) argument
[all...]
H A Dip_vs_proto_sctp.c13 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp);
16 sctp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, argument
50 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol,
53 svc = ip_vs_service_find(ipvs, af, skb->mark, iph->protocol,
99 if (cp->af == AF_INET6 && iph->fragoffs)
111 if (!sctp_csum_check(cp->af, skb, pp))
147 if (cp->af == AF_INET6 && iph->fragoffs)
159 if (!sctp_csum_check(cp->af, skb, pp))
188 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) argument
195 if (af
[all...]
H A Dip_vs_nq.c105 IP_VS_DBG_ADDR(least->af, &least->addr),
H A Dip_vs_lc.c57 IP_VS_DBG_ADDR(least->af, &least->addr),
H A Dip_vs_ovf.c49 IP_VS_DBG_ADDR(h->af, &h->addr),
H A Dip_vs_fo.c42 IP_VS_DBG_ADDR(hweight->af, &hweight->addr),
H A Dip_vs_wlc.c78 IP_VS_DBG_ADDR(least->af, &least->addr),
/linux-master/security/apparmor/
H A DMakefile30 quiet_cmd_make-af = GEN $@
31 cmd_make-af = echo "static const char *address_family_names[] = {" > $@ ;\
113 $(call cmd,make-af)
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c26 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) &&
27 is_bit_set(dfltcc_state->af.fmts, DFLTCC_FMT0);
65 memset(&dfltcc_state->af, 0, sizeof(dfltcc_state->af));
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A DMakefile18 ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
/linux-master/net/sctp/
H A Dproc.c83 struct sctp_af *af; local
103 af = sctp_get_af_specific(addr->sa.sa_family);
104 if (primary && af->cmp_addr(addr, primary)) {
107 af->seq_dump_addr(seq, addr);
117 struct sctp_af *af; local
124 af = sctp_get_af_specific(addr->sa.sa_family);
125 if (af->cmp_addr(addr, primary)) {
128 af->seq_dump_addr(seq, addr);
H A Dinput.c99 struct sctp_af *af; local
139 af = sctp_get_af_specific(family);
140 if (unlikely(!af))
142 SCTP_INPUT_CB(skb)->af = af;
145 af->from_skb(&src, skb, 1);
146 af->from_skb(&dest, skb, 0);
147 dif = af->skb_iif(skb);
148 sdif = af->skb_sdif(skb);
161 if (!af
468 struct sctp_af *af; local
1132 struct sctp_af *af; local
1194 struct sctp_af *af; local
[all...]
/linux-master/net/ipv4/netfilter/
H A Diptable_raw.c23 .af = NFPROTO_IPV4,
31 .af = NFPROTO_IPV4,
H A Darptable_filter.c25 .af = NFPROTO_ARP,
H A Diptable_security.c32 .af = NFPROTO_IPV4,
/linux-master/net/ipv6/netfilter/
H A Dip6table_raw.c22 .af = NFPROTO_IPV6,
30 .af = NFPROTO_IPV6,
H A Dip6table_security.c31 .af = NFPROTO_IPV6,
/linux-master/tools/perf/util/
H A Dprobe-finder.c1397 struct available_var_finder *af = data; local
1402 vl = &af->vls[af->nvls - 1];
1407 ret = convert_variable_location(die_mem, af->pf.addr,
1408 af->pf.fb_ops, &af->pf.sp_die,
1409 af->pf.machine, NULL);
1412 bool externs = !af->child;
1433 ret2 = die_get_var_range(&af->pf.sp_die,
1446 if (af
1456 available_var_finder_overlap(struct available_var_finder *af) argument
1471 struct available_var_finder *af = local
1534 struct available_var_finder af = { local
[all...]
/linux-master/include/trace/events/
H A Dbridge.h134 __field(int, af)
138 __array(__u8, grpmac, ETH_ALEN) /* For af == 0. */
148 __entry->af = 0;
154 __entry->af = AF_INET;
166 __entry->af = AF_INET6;
179 TP_printk("dev %s af %u src %pI6c grp %pI6c/%pM vid %u",
180 __get_str(dev), __entry->af, __entry->src, __entry->grp,
/linux-master/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.h45 #define MFP_CFG_IN(pin, af) \
47 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_DIR_IN))
52 #define MFP_CFG_OUT(pin, af, state) \
54 (MFP_PIN(MFP_PIN_##pin) | MFP_##af | MFP_DIR_OUT | MFP_LPM_##state))
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_tx.c166 int fm_tx_set_af(struct fmdev *fmdev, u32 af) argument
174 fmdbg("AF: %d\n", af);
176 af = (af - 87500) / 100;
177 payload = (u16)af;
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c640 struct xrep_agfl_fill *af = priv; local
641 struct xfs_scrub *sc = af->sc;
647 while (agbno < start + len && af->fl_off < af->flcount)
648 af->agfl_bno[af->fl_off++] = cpu_to_be32(agbno++);
650 error = xagb_bitmap_set(&af->used_extents, start, agbno - 1);
654 if (af->fl_off == af->flcount)
668 struct xrep_agfl_fill af local
[all...]

Completed in 283 milliseconds

12345