Home
last modified time | relevance | path

Searched defs:af (Results 1 – 25 of 28) sorted by relevance

12

/net/netfilter/
Dx_tables.c77 u_int8_t af = target->family; in xt_register_target() local
92 u_int8_t af = target->family; in xt_unregister_target() local
131 u_int8_t af = match->family; in xt_register_match() local
148 u_int8_t af = match->family; in xt_unregister_match() local
192 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
237 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
266 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
280 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn()
300 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn()
321 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision()
[all …]
/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c44 ah_esp_conn_fill_param_proto(struct net *net, int af, in ah_esp_conn_fill_param_proto()
59 ah_esp_conn_in_get(int af, const struct sk_buff *skb, in ah_esp_conn_in_get()
87 ah_esp_conn_out_get(int af, const struct sk_buff *skb, in ah_esp_conn_out_get()
110 ah_esp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in ah_esp_conn_schedule()
Dip_vs_proto_udp.c32 udp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in udp_conn_schedule()
84 udp_fast_csum_update(int af, struct udphdr *uhdr, in udp_fast_csum_update()
106 udp_partial_csum_update(int af, struct udphdr *uhdr, in udp_partial_csum_update()
291 udp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in udp_csum_check()
Dip_vs_proto_tcp.c35 tcp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in tcp_conn_schedule()
87 tcp_fast_csum_update(int af, struct tcphdr *tcph, in tcp_fast_csum_update()
108 tcp_partial_csum_update(int af, struct tcphdr *tcph, in tcp_partial_csum_update()
286 tcp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in tcp_csum_check()
Dip_vs_dh.c75 static inline unsigned int ip_vs_dh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_dh_hashkey()
92 ip_vs_dh_get(int af, struct ip_vs_dh_state *s, const union nf_inet_addr *addr) in ip_vs_dh_get()
Dip_vs_sh.c77 static inline unsigned int ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_sh_hashkey()
94 ip_vs_sh_get(int af, struct ip_vs_sh_state *s, const union nf_inet_addr *addr) in ip_vs_sh_get()
Dip_vs_lblc.c94 int af; /* address family */ member
152 ip_vs_lblc_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblc_hashkey()
181 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
Dip_vs_conn.c103 static unsigned int ip_vs_conn_hashkey(struct net *net, int af, unsigned int proto, in ip_vs_conn_hashkey()
309 ip_vs_conn_fill_param_proto(int af, const struct sk_buff *skb, in ip_vs_conn_fill_param_proto()
330 ip_vs_conn_in_get_proto(int af, const struct sk_buff *skb, in ip_vs_conn_in_get_proto()
434 ip_vs_conn_out_get_proto(int af, const struct sk_buff *skb, in ip_vs_conn_out_get_proto()
Dip_vs_lblcr.c274 int af; /* address family */ member
326 ip_vs_lblcr_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblcr_hashkey()
355 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
Dip_vs_core.c653 static int ip_vs_route_me_harder(int af, struct sk_buff *skb) in ip_vs_route_me_harder()
781 static int handle_response_icmp(int af, struct sk_buff *skb, in handle_response_icmp()
1033 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1100 ip_vs_out(unsigned int hooknum, struct sk_buff *skb, int af) in ip_vs_out()
1560 ip_vs_in(unsigned int hooknum, struct sk_buff *skb, int af) in ip_vs_in()
Dip_vs_proto_sctp.c12 sctp_conn_schedule(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in sctp_conn_schedule()
148 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp) in sctp_csum_check()
Dip_vs_ctl.c266 ip_vs_svc_hashkey(struct net *net, int af, unsigned int proto, in ip_vs_svc_hashkey()
360 __ip_vs_service_find(struct net *net, int af, __u16 protocol, in __ip_vs_service_find()
388 __ip_vs_svc_fwm_find(struct net *net, int af, __u32 fwmark) in __ip_vs_svc_fwm_find()
409 ip_vs_service_find(struct net *net, int af, __u32 fwmark, __u16 protocol, in ip_vs_service_find()
492 static inline unsigned int ip_vs_rs_hashkey(int af, in ip_vs_rs_hashkey()
540 bool ip_vs_has_real_service(struct net *net, int af, __u16 protocol, in ip_vs_has_real_service()
598 struct ip_vs_dest *ip_vs_find_dest(struct net *net, int af, in ip_vs_find_dest()
Dip_vs_proto.c304 ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet()
Dip_vs_sync.c771 ip_vs_conn_fill_param_sync(struct net *net, int af, union ip_vs_sync_conn *sc, in ip_vs_conn_fill_param_sync()
1037 unsigned int af, state, pe_data_len=0, pe_name_len=0; in ip_vs_proc_sync_conn() local
/net/sctp/
Dbind_addr.c237 struct sctp_af *af; in sctp_bind_addrs_to_raw() local
286 struct sctp_af *af; in sctp_raw_to_bind_addrs() local
384 struct sctp_af *af; in sctp_bind_addr_state() local
416 struct sctp_af *af; in sctp_find_unmatch_addr() local
474 struct sctp_af *af; in sctp_is_any() local
552 struct sctp_af *af; in sctp_scope() local
Dsocket.c189 struct sctp_af *af; in sctp_verify_addr() local
309 struct sctp_af *af; in sctp_sockaddr_af() local
342 struct sctp_af *af; in sctp_do_bind() local
473 struct sctp_af *af; in sctp_bindx_add() local
531 struct sctp_af *af; in sctp_send_asconf_add_ip() local
651 struct sctp_af *af; in sctp_bindx_rem() local
734 struct sctp_af *af; in sctp_send_asconf_del_ip() local
874 struct sctp_af *af; in sctp_asconf_mgmt() local
977 struct sctp_af *af; in sctp_setsockopt_bindx() local
1066 struct sctp_af *af; in __sctp_connect() local
[all …]
Dinput.c134 struct sctp_af *af; in sctp_rcv() local
489 struct sctp_af *af; in sctp_err_lookup() local
966 struct sctp_af *af; in __sctp_rcv_init_lookup() local
1026 struct sctp_af *af; in __sctp_rcv_asconf_lookup() local
Dsm_make_chunk.c89 struct sctp_af *af; in sctp_chunk_iif() local
1557 struct sctp_af *af; in sctp_make_temp_asoc() local
2283 struct sctp_af *af; in sctp_process_init() local
2483 struct sctp_af *af; in sctp_process_param() local
2733 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf() local
2790 struct sctp_af *af; in sctp_make_asconf_update_ip() local
2873 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf_set_prim() local
2981 struct sctp_af *af; in sctp_process_asconf_param() local
3235 struct sctp_af *af; in sctp_asconf_param_success() local
Dproc.c134 struct sctp_af *af; in sctp_seq_dump_local_addrs() local
162 struct sctp_af *af; in sctp_seq_dump_remote_addrs() local
Dtransport.c276 struct sctp_af *af = transport->af_specific; in sctp_transport_route() local
Dipv6.c856 struct sctp_af *af; in sctp_inet6_bind_verify() local
893 struct sctp_af *af = NULL; in sctp_inet6_send_verify() local
Dprotocol.c177 struct sctp_af *af; in sctp_get_local_addr_list() local
820 int sctp_register_af(struct sctp_af *af) in sctp_register_af()
Dassociola.c998 struct sctp_af *af; in sctp_cmp_addr_exact() local
/net/bridge/
Dbr_netlink.c120 struct nlattr *af; in br_fill_ifinfo() local
/net/core/
Drtnetlink.c1003 struct nlattr *af; in rtnl_fill_ifinfo() local
1175 struct nlattr *af; in validate_linkmsg() local
1492 struct nlattr *af; in do_setlink() local

12