Home
last modified time | relevance | path

Searched refs:mfc_mcastgrp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/ipv4/
Dipmr.c806 if (c->mfc_origin == origin && c->mfc_mcastgrp == mcastgrp) in ipmr_cache_find()
974 if (c->mfc_mcastgrp == iph->daddr && in ipmr_cache_unresolved()
996 c->mfc_mcastgrp = iph->daddr; in ipmr_cache_unresolved()
1046 c->mfc_mcastgrp == mfc->mfcc_mcastgrp.s_addr) { in ipmr_mfc_delete()
1070 c->mfc_mcastgrp == mfc->mfcc_mcastgrp.s_addr) { in ipmr_mfc_add()
1094 c->mfc_mcastgrp = mfc->mfcc_mcastgrp.s_addr; in ipmr_mfc_add()
1110 uc->mfc_mcastgrp == c->mfc_mcastgrp) { in ipmr_mfc_add()
2128 NLA_PUT_BE32(skb, RTA_DST, c->mfc_mcastgrp); in ipmr_fill_mroute()
2417 (__force u32) mfc->mfc_mcastgrp, in ipmr_mfc_seq_show()
/linux-2.6.39/include/linux/
Dmroute.h197 __be32 mfc_mcastgrp; /* Group the entry belongs to */ member