/linux/net/netfilter/ |
H A D | x_tables.c | 91 u_int8_t af = target->family; in xt_register_target() local 103 u_int8_t af = target->family; in xt_unregister_target() local 141 u_int8_t af = match->family; in xt_register_match() local 153 u_int8_t af = match->family; in xt_unregister_match() local 197 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() 246 static struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target() 275 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target() 348 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn() 370 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn() 393 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision() [all …]
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_proto_ah_esp.c | 40 ah_esp_conn_fill_param_proto(struct netns_ipvs *ipvs, int af, in ah_esp_conn_fill_param_proto() 55 ah_esp_conn_in_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, in ah_esp_conn_in_get() 81 ah_esp_conn_out_get(struct netns_ipvs *ipvs, int af, const struct sk_buff *skb, in ah_esp_conn_out_get() 103 ah_esp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in ah_esp_conn_schedule()
|
H A D | ip_vs_proto_udp.c | 31 udp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in udp_conn_schedule() 93 udp_fast_csum_update(int af, struct udphdr *uhdr, in udp_fast_csum_update() 115 udp_partial_csum_update(int af, struct udphdr *uhdr, in udp_partial_csum_update() 300 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
|
H A D | ip_vs_core.c | 570 ip_vs_addr_is_unicast(struct net * net,int af,union nf_inet_addr * addr) ip_vs_addr_is_unicast() argument 720 ip_vs_route_me_harder(struct netns_ipvs * ipvs,int af,struct sk_buff * skb,unsigned int hooknum) ip_vs_route_me_harder() 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) handle_response_icmp() argument 1222 __ip_vs_rs_conn_out(unsigned int hooknum,struct netns_ipvs * ipvs,int af,struct sk_buff * skb,const struct ip_vs_iphdr * iph) __ip_vs_rs_conn_out() 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) handle_response() argument 1337 int af = state->pf; ip_vs_out_hook() 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) ip_vs_try_to_schedule() argument 1505 ipvs_udp_decap(struct netns_ipvs * ipvs,struct sk_buff * skb,unsigned int offset,__u16 af,const union nf_inet_addr * daddr,__u8 * proto) ipvs_udp_decap() argument 1540 ipvs_gre_decap(struct netns_ipvs * ipvs,struct sk_buff * skb,unsigned int offset,__u16 af,const union nf_inet_addr * daddr,__u8 * proto) ipvs_gre_decap() argument 1921 int af = state->pf; ip_vs_in_hook() local 2231 ip_vs_register_hooks(struct netns_ipvs * ipvs,unsigned int af) ip_vs_register_hooks() argument 2260 ip_vs_unregister_hooks(struct netns_ipvs * ipvs,unsigned int af) ip_vs_unregister_hooks() argument [all...] |
H A D | ip_vs_proto_tcp.c | 35 tcp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in tcp_conn_schedule() 105 tcp_fast_csum_update(int af, struct tcphdr *tcph, in tcp_fast_csum_update() 126 tcp_partial_csum_update(int af, struct tcphdr *tcph, in tcp_partial_csum_update() 304 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
|
H A D | ip_vs_lblc.c | 90 int af; /* address family */ member 149 ip_vs_lblc_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblc_hashkey() 178 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get() 198 u16 af, struct ip_vs_dest *dest) in ip_vs_lblc_new()
|
H A D | ip_vs_lblcr.c | 260 int af; /* address family */ member 312 ip_vs_lblcr_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblcr_hashkey() 341 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get() 361 u16 af, struct ip_vs_dest *dest) in ip_vs_lblcr_new()
|
H A D | ip_vs_dh.c | 71 static inline unsigned int ip_vs_dh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_dh_hashkey() 88 ip_vs_dh_get(int af, struct ip_vs_dh_state *s, const union nf_inet_addr *addr) in ip_vs_dh_get()
|
H A D | ip_vs_conn.c | 107 static unsigned int ip_vs_conn_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, in ip_vs_conn_hashkey() argument 315 ip_vs_conn_fill_param_proto(struct netns_ipvs * ipvs,int af,const struct sk_buff * skb,const struct ip_vs_iphdr * iph,struct ip_vs_conn_param * p) ip_vs_conn_fill_param_proto() argument 335 ip_vs_conn_in_get_proto(struct netns_ipvs * ipvs,int af,const struct sk_buff * skb,const struct ip_vs_iphdr * iph) ip_vs_conn_in_get_proto() argument 452 ip_vs_conn_out_get_proto(struct netns_ipvs * ipvs,int af,const struct sk_buff * skb,const struct ip_vs_iphdr * iph) ip_vs_conn_out_get_proto() argument [all...] |
H A D | ip_vs_ctl.c | 314 ip_vs_svc_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, in ip_vs_svc_hashkey() argument 408 __ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u16 protocol, in __ip_vs_service_find() argument 436 __ip_vs_svc_fwm_find(struct netns_ipvs *ipvs, int af, __u32 fwmark) in __ip_vs_svc_fwm_find() argument 457 ip_vs_service_find(struct netns_ipvs * ipvs,int af,__u32 fwmark,__u16 protocol,const union nf_inet_addr * vaddr,__be16 vport) ip_vs_service_find() argument 541 ip_vs_rs_hashkey(int af,const union nf_inet_addr * addr,__be16 port) ip_vs_rs_hashkey() argument 611 ip_vs_has_real_service(struct netns_ipvs * ipvs,int af,__u16 protocol,const union nf_inet_addr * daddr,__be16 dport) ip_vs_has_real_service() argument 640 ip_vs_find_real_service(struct netns_ipvs * ipvs,int af,__u16 protocol,const union nf_inet_addr * daddr,__be16 dport) ip_vs_find_real_service() argument 671 ip_vs_find_tunnel(struct netns_ipvs * ipvs,int af,const union nf_inet_addr * daddr,__be16 tun_port) ip_vs_find_tunnel() argument 3429 ip_vs_is_af_valid(int af) ip_vs_is_af_valid() argument [all...] |
H A D | ip_vs_proto_sctp.c | 16 sctp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in sctp_conn_schedule() 188 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
|
/linux/arch/arm/boot/dts/intel/pxa/ |
H A D | pxa2xx.dtsi | 11 #define PMMUX(func, pin, af) \ argument 16 #define PMMUX_LPM_LOW(func, pin, af) \ argument 22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument
|
/linux/net/sctp/ |
H A D | bind_addr.c | 222 struct sctp_af *af; in sctp_bind_addrs_to_raw() local 271 struct sctp_af *af; in sctp_raw_to_bind_addrs() local 404 struct sctp_af *af; in sctp_bind_addr_state() local 431 struct sctp_af *af; in sctp_find_unmatch_addr() local 489 struct sctp_af *af; in sctp_is_any() local 568 struct sctp_af *af; in sctp_scope() local
|
H A D | proc.c | 83 struct sctp_af *af; in sctp_seq_dump_local_addrs() local 117 struct sctp_af *af; in sctp_seq_dump_remote_addrs() local
|
H A D | socket.c | 214 struct sctp_af *af; sctp_verify_addr() local 276 struct sctp_af *af = sctp_get_af_specific(addr->ss_family); sctp_addr_id2transport() local 337 struct sctp_af *af; sctp_sockaddr_af() local 383 struct sctp_af *af; sctp_do_bind() local 512 struct sctp_af *af; sctp_bindx_add() local 569 struct sctp_af *af; sctp_send_asconf_add_ip() local 688 struct sctp_af *af; sctp_bindx_rem() local 770 struct sctp_af *af; sctp_send_asconf_del_ip() local 914 struct sctp_af *af; sctp_asconf_mgmt() local 1008 struct sctp_af *af; sctp_setsockopt_bindx() local 1176 struct sctp_af *af; __sctp_connect() local 1667 struct sctp_af *af; sctp_sendmsg_new_asoc() local 3024 struct sctp_af *af; sctp_setsockopt_primary_addr() local 3320 struct sctp_af *af; sctp_setsockopt_peer_primary_addr() local 4586 struct sctp_af *af = sctp_sk(sk)->pf->af; sctp_setsockopt() local 4810 struct sctp_af *af; sctp_connect() local 8080 struct sctp_af *af = sctp_sk(sk)->pf->af; sctp_getsockopt() local 8516 struct sctp_af *af = sctp_sk(sk)->pf->af; sctp_get_port() local 8779 struct sctp_af *af; sctp_autobind() local [all...] |
H A D | input.c | 99 struct sctp_af *af; in sctp_rcv() local 468 struct sctp_af *af; in sctp_err_lookup() local 1135 struct sctp_af *af; in __sctp_rcv_init_lookup() local 1197 struct sctp_af *af; in __sctp_rcv_asconf_lookup() local
|
H A D | sm_make_chunk.c | 2363 struct sctp_af *af; sctp_process_init() local 2551 struct sctp_af *af; sctp_process_param() local 2806 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); sctp_make_asconf() local 2866 struct sctp_af *af; sctp_make_asconf_update_ip() local 2943 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); sctp_make_asconf_set_prim() local 3060 struct sctp_af *af; sctp_process_asconf_param() local 3358 struct sctp_af *af; sctp_asconf_param_success() local [all...] |
/linux/fs/afs/ |
H A D | file.c | 85 int afs_cache_wb_key(struct afs_vnode *vnode, struct afs_file *af) in afs_cache_wb_key() 121 struct afs_file *af; in afs_open() local 175 struct afs_file *af = file->private_data; in afs_release() local 533 struct afs_file *af = iocb->ki_filp->private_data; in afs_file_read_iter() local 555 struct afs_file *af = in->private_data; in afs_file_splice_read() local
|
H A D | write.c | 256 struct afs_file *af = file->private_data; in afs_fsync() local
|
/linux/tools/testing/selftests/net/ |
H A D | sk_so_peek_off.c | 13 static char *afstr(int af, int proto) in afstr() 21 int sk_peek_offset_probe(sa_family_t af, int proto) in sk_peek_offset_probe() 57 static int sk_peek_offset_test(sa_family_t af, int proto) in sk_peek_offset_test()
|
/linux/include/net/ |
H A D | ip_vs.h | 71 ip_vs_fill_iph_skb_off(int af, const struct sk_buff *skb, int offset, in ip_vs_fill_iph_skb_off() 115 ip_vs_fill_iph_skb_icmp(int af, const struct sk_buff *skb, int offset, in ip_vs_fill_iph_skb_icmp() 127 ip_vs_fill_iph_skb(int af, const struct sk_buff *skb, bool inverse, in ip_vs_fill_iph_skb() 151 static inline void ip_vs_addr_copy(int af, union nf_inet_addr *dst, in ip_vs_addr_copy() 162 static inline void ip_vs_addr_set(int af, union nf_inet_addr *dst, in ip_vs_addr_set() 177 static inline int ip_vs_addr_equal(int af, const union nf_inet_addr *a, in ip_vs_addr_equal() 192 static inline const char *ip_vs_dbg_addr(int af, char *buf, size_t buf_len, in ip_vs_dbg_addr() 226 #define IP_VS_DBG_ADDR(af, addr) \ argument 241 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 246 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument [all …]
|
/linux/arch/arm/mach-pxa/ |
H A D | mfp-pxa2xx.h | 45 #define MFP_CFG_IN(pin, af) \ argument 52 #define MFP_CFG_OUT(pin, af, state) \ argument
|
/linux/tools/perf/util/ |
H A D | probe-finder.c | 1425 struct available_var_finder *af = data; in collect_variables_cb() local 1484 static bool available_var_finder_overlap(struct available_var_finder *af) in available_var_finder_overlap() 1499 struct available_var_finder *af = in add_available_vars() local 1562 struct available_var_finder af = { in debuginfo__find_available_vars_at() local
|
/linux/include/linux/soc/pxa/ |
H A D | mfp.h | 405 #define MFP_CFG(pin, af) \ argument 409 #define MFP_CFG_DRV(pin, af, drv) \ argument 413 #define MFP_CFG_LPM(pin, af, lpm) \ argument 417 #define MFP_CFG_X(pin, af, drv, lpm) \ argument
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ib.c | 131 struct amdgpu_fence *af; in amdgpu_ib_schedule() local
|