Searched refs:af (Results 1 - 25 of 125) sorted by last modified time

12345

/linux-master/net/netfilter/ipvs/
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_conn.c107 static unsigned int ip_vs_conn_hashkey(struct netns_ipvs *ipvs, int af, unsigned int proto, argument
112 if (af == AF_INET6)
140 return ip_vs_conn_hashkey(p->ipvs, p->af, p->protocol, addr, port);
147 ip_vs_conn_fill_param(cp->ipvs, cp->af, cp->protocol,
274 cp->af == p->af &&
275 ip_vs_addr_equal(p->af, p->caddr, &cp->caddr) &&
276 ip_vs_addr_equal(p->af, p->vaddr, &cp->vaddr) &&
306 IP_VS_DBG_ADDR(p->af, p->caddr), ntohs(p->cport),
307 IP_VS_DBG_ADDR(p->af,
314 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) 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) 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) argument
[all...]
/linux-master/net/bridge/
H A Dbr_netlink.c460 struct nlattr *af = NULL; local
510 af = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
511 if (!af)
609 if (af) {
610 if (nlmsg_get_pos(skb) - (void *)af > nla_attr_size(0))
611 nla_nest_end(skb, af);
613 nla_nest_cancel(skb, af);
/linux-master/drivers/net/
H A Dgtp.c51 u16 af; member in struct:pdp_ctx
165 if (pdp->af == AF_INET &&
1302 pctx->af = AF_INET;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_core.c1162 entry->val.af = 0;
/linux-master/drivers/nvme/target/
H A Dtcp.c2011 __kernel_sa_family_t af;
2020 af = AF_INET;
2023 af = AF_INET6;
2032 ret = inet_pton_with_scope(&init_net, af, nport->disc_addr.traddr,
2014 __kernel_sa_family_t af; local
H A Drdma.c1923 __kernel_sa_family_t af; local
1936 af = AF_INET;
1939 af = AF_INET6;
1965 ret = inet_pton_with_scope(&init_net, af, nport->disc_addr.traddr,
/linux-master/include/uapi/linux/
H A Drkisp1-config.h976 * @af: statistics data for auto focus
982 struct rkisp1_cif_isp_af_stat af; member in struct:rkisp1_cif_isp_stat
H A Dcan.h207 * @af: acceptance field
217 __u32 af; /* acceptance field */ member in struct:canxl_frame
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h535 struct ipu3_uapi_bubble_info af[IPU3_UAPI_MAX_STRIPES]; member in struct:ipu3_uapi_stats_3a_bubble_info_per_stripe
2494 * @af: auto focus config. As specified by &ipu3_uapi_af_config
2518 struct ipu3_uapi_af_config_s af; member in struct:ipu3_uapi_acc_param
/linux-master/arch/x86/kvm/
H A Demulate.c3055 bool af, cf, old_cf; local
3063 af = ctxt->eflags & X86_EFLAGS_AF;
3064 if ((al & 0x0f) > 9 || af) {
3067 af = true;
3069 af = false;
3085 if (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...]
/linux-master/drivers/pci/switch/
H A Dswitchtec.c761 struct active_partition_info_gen4 __iomem *af = &fi->active_flag; local
772 if (ioread8(&af->key) == SWITCHTEC_GEN4_KEY0_ACTIVE)
779 if (ioread8(&af->key) == SWITCHTEC_GEN4_KEY1_ACTIVE)
786 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_0_ACTIVE)
793 if (ioread8(&af->bl2) == SWITCHTEC_GEN4_BL2_1_ACTIVE)
800 if (ioread8(&af->cfg) == SWITCHTEC_GEN4_CFG0_ACTIVE)
807 if (ioread8(&af->cfg) == SWITCHTEC_GEN4_CFG1_ACTIVE)
814 if (ioread8(&af->img) == SWITCHTEC_GEN4_IMG0_ACTIVE)
821 if (ioread8(&af->img) == SWITCHTEC_GEN4_IMG1_ACTIVE)
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh91 local af=$2
95 if [ $af -eq 6 ];then
/linux-master/net/sctp/
H A Dsocket.c213 struct sctp_af *af; local
216 af = sctp_sockaddr_af(sctp_sk(sk), addr, len);
217 if (!af)
221 if (!af->addr_valid(addr, sctp_sk(sk), NULL))
275 struct sctp_af *af = sctp_get_af_specific(addr->ss_family); local
279 if (!af || sctp_verify_addr(sk, laddr, af->sockaddr_len))
336 struct sctp_af *af; local
354 /* If we get this far, af is valid. */
355 af
382 struct sctp_af *af; local
511 struct sctp_af *af; local
568 struct sctp_af *af; local
687 struct sctp_af *af; local
769 struct sctp_af *af; local
913 struct sctp_af *af; local
1007 struct sctp_af *af; local
1175 struct sctp_af *af; local
1666 struct sctp_af *af; local
3023 struct sctp_af *af; local
3319 struct sctp_af *af; local
4585 struct sctp_af *af = sctp_sk(sk)->pf->af; local
4809 struct sctp_af *af; local
8073 struct sctp_af *af = sctp_sk(sk)->pf->af; local
8509 struct sctp_af *af = sctp_sk(sk)->pf->af; local
8762 struct sctp_af *af; local
[all...]
H A Dprotocol.c106 struct sctp_af *af; local
111 af = list_entry(pos, struct sctp_af, list);
112 af->copy_addrlist(&net->sctp.local_addr_list, dev);
924 int sctp_register_af(struct sctp_af *af) argument
926 switch (af->sa_family) {
930 sctp_af_v4_specific = af;
935 sctp_af_v6_specific = af;
941 INIT_LIST_HEAD(&af->list);
942 list_add_tail(&af->list, &sctp_address_families);
1109 .af
[all...]
/linux-master/net/netfilter/
H A Dx_tables.c91 u_int8_t af = target->family; local
93 mutex_lock(&xt[af].mutex);
94 list_add(&target->list, &xt[af].target);
95 mutex_unlock(&xt[af].mutex);
103 u_int8_t af = target->family; local
105 mutex_lock(&xt[af].mutex);
107 mutex_unlock(&xt[af].mutex);
141 u_int8_t af = match->family; local
143 mutex_lock(&xt[af].mutex);
144 list_add(&match->list, &xt[af]
153 u_int8_t af = match->family; local
197 xt_find_match(u8 af, const char *name, u8 revision) argument
246 xt_find_target(u8 af, const char *name, u8 revision) argument
275 xt_request_find_target(u8 af, const char *name, u8 revision) argument
348 match_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
370 target_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
393 xt_find_revision(u8 af, const char *name, u8 revision, int target, int *err) argument
665 xt_compat_add_offset(u_int8_t af, unsigned int offset, int delta) argument
686 xt_compat_flush_offsets(u_int8_t af) argument
699 xt_compat_calc_jump(u_int8_t af, unsigned int offset) argument
717 xt_compat_init_offsets(u8 af, unsigned int number) argument
1217 xt_find_table(struct net *net, u8 af, const char *name) argument
1235 xt_find_table_lock(struct net *net, u_int8_t af, const char *name) argument
1282 xt_request_find_table_lock(struct net *net, u_int8_t af, const char *name) argument
1307 xt_compat_lock(u_int8_t af) argument
1313 xt_compat_unlock(u_int8_t af) argument
1521 u8 af = (unsigned long)pde_data(file_inode(seq->file)); local
1533 u8 af = (unsigned long)pde_data(file_inode(seq->file)); local
1544 u_int8_t af = (unsigned long)pde_data(file_inode(seq->file)); local
1765 int ret = -EEXIST, af = table->af; local
1796 int af = table->af; local
1814 xt_proto_init(struct net *net, u_int8_t af) argument
1880 xt_proto_fini(struct net *net, u_int8_t af) argument
[all...]
/linux-master/net/ipv4/
H A Dipmr.c2850 struct nlattr *vifs, *af; local
2866 af = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
2867 if (!af) {
2879 nla_nest_end(skb, af);
2888 nla_nest_end(skb, af);
2898 nla_nest_end(skb, af);
/linux-master/net/core/
H A Drtnetlink.c1667 struct nlattr *af; local
1673 af = nla_nest_start_noflag(skb, af_ops->family);
1674 if (!af)
1685 nla_nest_cancel(skb, af);
1689 nla_nest_end(skb, af);
2450 struct nlattr *af; local
2453 nla_for_each_nested(af, tb[IFLA_AF_SPEC], rem) {
2456 af_ops = rtnl_af_lookup(nla_type(af));
2464 err = af_ops->validate_link_af(dev, af, extack);
3047 struct nlattr *af; local
5696 struct nlattr *af; local
[all...]
/linux-master/kernel/
H A Daudit.c161 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION, variable in typeref:struct:audit_features
1113 return af.features & AUDIT_FEATURE_TO_MASK(i);
1123 audit_send_reply(skb, seq, AUDIT_GET_FEATURE, 0, 0, &af, sizeof(af));
1162 old_feature = af.features & feature;
1164 new_lock = (uaf->lock | af.lock) & feature;
1165 old_lock = af.lock & feature;
1183 old_feature = af.features & feature;
1185 old_lock = af.lock & feature;
1186 new_lock = (uaf->lock | af
[all...]
/linux-master/include/net/sctp/
H A Dstructs.h510 struct sctp_af *af; member in struct:sctp_pf
1146 struct sctp_af *af; member in struct:sctp_input_cb
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h573 u8 af; member in struct:sta_rec_ra_uni
H A Dmcu.c2013 ra->af = sta->deflink.ht_cap.ampdu_factor;
2035 u8 af; local
2038 af = FIELD_GET(IEEE80211_VHT_CAP_MAX_A_MPDU_LENGTH_EXPONENT_MASK,
2040 ra->af = max_t(u8, ra->af, af);
2064 ra->af = le16_get_bits(sta->deflink.he_6ghz_capa.capa,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c1508 u8 af = 0, mm = 0; local
1515 af = sta->deflink.ht_cap.ampdu_factor;
1523 af = max_t(u8, af, vht_af);
1527 af = le16_get_bits(sta->deflink.he_6ghz_capa.capa,
1533 phy->ampdu = FIELD_PREP(IEEE80211_HT_AMPDU_PARM_FACTOR, af) |
1535 phy->max_ampdu_len = af;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1532 ra->af = sta->deflink.ht_cap.ampdu_factor;
1554 u8 af; local
1557 af = FIELD_GET(IEEE80211_VHT_CAP_MAX_A_MPDU_LENGTH_EXPONENT_MASK,
1559 ra->af = max_t(u8, ra->af, af);
1583 ra->af = le16_get_bits(sta->deflink.he_6ghz_capa.capa,

Completed in 606 milliseconds

12345