Home
last modified time | relevance | path

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

12

/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c26 static void h3a_af_setup_regs(struct ispstat *af, void *priv) in h3a_af_setup_regs()
128 static void h3a_af_enable(struct ispstat *af, int enable) in h3a_af_enable()
141 static int h3a_af_busy(struct ispstat *af) in h3a_af_busy()
153 static int h3a_af_validate_params(struct ispstat *af, void *new_conf) in h3a_af_validate_params()
227 static void h3a_af_set_params(struct ispstat *af, void *new_conf) in h3a_af_set_params()
352 struct ispstat *af = &isp->isp_af; in omap3isp_h3a_af_init() local
/linux/net/netfilter/
H A Dx_tables.c94 u_int8_t af = target->family; in xt_register_target() local
106 u_int8_t af = target->family; in xt_unregister_target() local
144 u_int8_t af = match->family; in xt_register_match() local
156 u_int8_t af = match->family; in xt_unregister_match() local
200 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
249 static struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) in xt_find_target()
278 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target()
351 static int match_revfn(u8 af, const char *name, u8 revision, int *bestp) in match_revfn()
373 static int target_revfn(u8 af, const char *name, u8 revision, int *bestp) in target_revfn()
396 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision()
[all …]
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa2xx.dtsi11 #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 Dbind_addr.c222 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; sctp_bind_addr_state() local
431 struct sctp_af *af; sctp_find_unmatch_addr() local
489 struct sctp_af *af; sctp_is_any() local
568 struct sctp_af *af; sctp_scope() local
[all...]
H A Dsocket.c213 struct sctp_af *af; in sctp_verify_addr() local
275 struct sctp_af *af = sctp_get_af_specific(addr->ss_family); in sctp_addr_id2transport() local
337 struct sctp_af *af; in sctp_sockaddr_af() local
383 struct sctp_af *af; in sctp_do_bind() local
512 struct sctp_af *af; in sctp_bindx_add() local
569 struct sctp_af *af; in sctp_send_asconf_add_ip() local
688 struct sctp_af *af; in sctp_bindx_rem() local
770 struct sctp_af *af; in sctp_send_asconf_del_ip() local
914 struct sctp_af *af; in sctp_asconf_mgmt() local
1008 struct sctp_af *af; in sctp_setsockopt_bindx() local
[all …]
H A Dinput.c99 struct sctp_af *af; in sctp_rcv() local
468 struct sctp_af *af; sctp_err_lookup() local
1135 struct sctp_af *af; __sctp_rcv_init_lookup() local
1197 struct sctp_af *af; __sctp_rcv_asconf_lookup() local
[all...]
H A Dsm_make_chunk.c2346 struct sctp_af *af; in sctp_process_init() local
2534 struct sctp_af *af; in sctp_process_param() local
2792 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf() local
2852 struct sctp_af *af; in sctp_make_asconf_update_ip() local
2929 struct sctp_af *af = sctp_get_af_specific(addr->v4.sin_family); in sctp_make_asconf_set_prim() local
3046 struct sctp_af *af; in sctp_process_asconf_param() local
3347 struct sctp_af *af; in sctp_asconf_param_success() local
H A Dipv6.c947 struct sctp_af *af; sctp_inet6_bind_verify() local
982 struct sctp_af *af = NULL; sctp_inet6_send_verify() local
[all...]
/linux/tools/testing/selftests/net/
H A Dsk_so_peek_off.c13 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()
H A Dtcp_port_share.c57 static void make_inet_addr(int af, const char *ip, __u16 port, in make_inet_addr()
/linux/fs/afs/
H A Dfile.c88 int afs_cache_wb_key(struct afs_vnode *vnode, struct afs_file *af) in afs_cache_wb_key()
124 struct afs_file *af; in afs_open() local
178 struct afs_file *af = file->private_data; in afs_release() local
563 struct afs_file *af = iocb->ki_filp->private_data; in afs_file_read_iter() local
585 struct afs_file *af = in->private_data; in afs_file_splice_read() local
H A Dwrite.c255 struct afs_file *af = file->private_data; in afs_fsync() local
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c31 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 Dip_vs_core.c284 u32 ip_vs_rht_hash_linfo(struct ip_vs_rht *t, int af, in ip_vs_rht_hash_linfo()
748 static inline int ip_vs_addr_is_unicast(struct net *net, int af, in ip_vs_addr_is_unicast()
898 static int ip_vs_route_me_harder(struct netns_ipvs *ipvs, int af, in ip_vs_route_me_harder()
1034 static int handle_response_icmp(int af, struct sk_buff *skb, in handle_response_icmp()
1400 int af, struct sk_buff *skb, in __ip_vs_rs_conn_out()
1436 handle_response(int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, in handle_response()
1515 int af = state->pf; in ip_vs_out_hook() local
1644 ip_vs_try_to_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in ip_vs_try_to_schedule()
1680 unsigned int offset, __u16 af, in ipvs_udp_decap()
1715 unsigned int offset, __u16 af, in ipvs_gre_decap()
[all …]
H A Dip_vs_proto_tcp.c35 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 Dip_vs_lblc.c89 int af; /* address family */ member
148 ip_vs_lblc_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblc_hashkey()
177 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
197 u16 af, struct ip_vs_dest *dest) in ip_vs_lblc_new()
H A Dip_vs_dh.c70 static inline unsigned int ip_vs_dh_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_dh_hashkey()
87 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 Dip_vs_lblcr.c259 int af; /* address family */ member
311 ip_vs_lblcr_hashkey(int af, const union nf_inet_addr *addr) in ip_vs_lblcr_hashkey()
340 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
360 u16 af, struct ip_vs_dest *dest) in ip_vs_lblcr_new()
H A Dip_vs_proto_sctp.c17 sctp_conn_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, in sctp_conn_schedule()
189 sctp_csum_check(int af, struct sk_buff *skb, struct ip_vs_protocol *pp, in sctp_csum_check()
H A Dip_vs_sh.c83 ip_vs_sh_hashkey(int af, const union nf_inet_addr *addr, in ip_vs_sh_hashkey()
H A Dip_vs_proto.c279 ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp, in ip_vs_tcpudp_debug_packet()
/linux/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.h45 #define MFP_CFG_IN(pin, af) \ argument
52 #define MFP_CFG_OUT(pin, af, state) \ argument
/linux/tools/perf/util/
H A Dprobe-finder.c1425 struct available_var_finder *af = data; collect_variables_cb() local
1484 available_var_finder_overlap(struct available_var_finder * af) available_var_finder_overlap() argument
1499 struct available_var_finder *af = add_available_vars() local
1562 struct available_var_finder af = { debuginfo__find_available_vars_at() local
[all...]
/linux/include/linux/soc/pxa/
H A Dmfp.h405 #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/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h68 int af; global() member

12